Skip to content

chore: remove csharp_namespace proto injection - #128

Merged
Anush008 merged 1 commit into
qdrant:mainfrom
BaesTheorem:remove-csharp-namespace-injection
Jul 29, 2026
Merged

chore: remove csharp_namespace proto injection#128
Anush008 merged 1 commit into
qdrant:mainfrom
BaesTheorem:remove-csharp-namespace-injection

Conversation

@BaesTheorem

Copy link
Copy Markdown
Contributor

Closes #35

The protos downloaded from qdrant/qdrant have all carried option csharp_namespace since qdrant/qdrant#2952, so the injection in the DownloadProtos target is a no-op now. Removed it and the grpcNamespace const it used.

Checked that all 9 proto files downloaded at v1.18.0 have the option upstream. Ran ./build.sh build --overwrite-protos to force a fresh download through the changed path; format and build pass with no new warnings. Didn't run the Docker test suite locally, CI should cover it.

Upstream protos have carried option csharp_namespace since
qdrant/qdrant#2952, so the fallback here no longer does anything.

@Anush008 Anush008 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @BaesTheorem!

LGTM!

@Anush008
Anush008 merged commit b55a2bd into qdrant:main Jul 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove mechanism to inject csharp_namespace into the protos

2 participants